home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000032_news@columbia.edu_Mon Dec 26 22:01:16 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA23979
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 26 Dec 1994 17:01:18 -0500
  3. Received: by apakabar.cc.columbia.edu id AA04129
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 26 Dec 1994 17:01:17 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  6. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: How to suspend or halt OS/2 Ckermit
  9. Date: 26 Dec 1994 22:01:16 GMT
  10. Organization: Columbia University
  11. Lines: 49
  12. Message-Id: <3dnefc$40v@apakabar.cc.columbia.edu>
  13. References: <1994Dec26.181828.13664@mercury.ncat.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1994Dec26.181828.13664@mercury.ncat.edu>,
  18.  <hkennedy@mercury.ncat.edu> wrote:
  19. >Hi,
  20. >
  21. >I'm trying to halt or suspend OS/2 ckermit, like you can do unix to run
  22. >another program to access the com port. I tried the run command but my
  23. >program says that the port is in use.
  24.  
  25. OS/2 C-Kermit locks the port when it is in use so that other applications
  26. cannot interfere with it.
  27.  
  28. >If I quite ckermit it drops the connection and this is not what I want. I
  29. >want the connection to remain open.
  30.  
  31. Correct.  OS/2 doesn't allow files to remain open past the end of an 
  32. application.  It automatically closes all open files.
  33.  
  34. >Anyway to tell ckermit to give up the port. Note I'm trying to make a slip
  35. >connection to local server with TIA, after logging in with ckermit. Slip
  36. >says the comm port is still in use if I use the run command. Exiting
  37. >ckermit just kills the connection.
  38.  
  39. In the next version of C-Kermit for OS/2 [5A(191)], there is now SLIPTERM
  40. support which allows C-Kermit to grab control of the COM port from the 
  41. SLIP driver.  This way you can start a slip session, and use C-Kermit 
  42. as your terminal emulation and scripting package.
  43.  
  44. >Any ideals. I did look in the ckermit book and no tips there. It discussed
  45. >running external programs that access the port with the run command but it
  46. >appears that the program has to be written to work with ckermit.
  47.  
  48. The program needs to be written so that it can accept a file handle instead
  49. of a port name.  This way the program can be started as a child process of
  50. C-Kermit and inherit the open comm port.
  51.  
  52. >Thanks,
  53. >
  54. >Helen
  55. >
  56.  
  57. If you are interested in joining the test group for OS/2 C-Kermit, send
  58. me mail directly.
  59.  
  60.  
  61.  
  62. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  63. "C-Kermit: available on more platforms than any other communications software."
  64. "Kermit FTP: sending files whenever and wherever they are needed."
  65. *NEW* OS/2 version 5A(190): ftp kermit.columbia.edu /kermit/archives/ckoker.zip